/*
	Created		2011-01-10
*/


{ page		width="640"	height="320"
			x_pad="10"	y_pad="10"
			sheet="Graph Testcard"
}

{ graph		fill_color="0xaaaaff" line_color="-1"
/*			x_pad="10"	y_pad="10"*/
}

{ plot		fill_color="0xffffff" line_color="-1"
/*			x_pad="10"	y_pad="10"*/
}

{ x_axis		min="0"	max="150"	}
{ y_axis		min="64"	max="0"		}

/*	This puts the origin on the top	*/
/*{ y_axis			min="0"	max="65"		}*/
/*	This puts the origin on the right	*/
/*{ x_axis			min="150"	max="0"	}*/


{ plot_x_axis_grid	gap="2"	line_color="0xddddff"	antialias="0"	}
{ plot_y_axis_grid	gap="2"	line_color="0xddddff"	antialias="0"	}
{ plot_x_axis_grid	gap="10"	line_color="0xbbbbff"	antialias="0"	}
{ plot_y_axis_grid	gap="10"	line_color="0xbbbbff"	antialias="0"	}





{ plot_x_axis_top
				text_size="9"
				label_format="r128c1"
				data="r103c1:r123c1"
				gap="12"			size="2"	antialias="0"
				x_justify="0.5"
				y_pad="0"
}
{ plot_x_axis_top	text="mtCellEdit Graph Testcard"
				text_size="24"		text_color="0xffffff"
				x_justify="0.5"		y_justify="0.5"	y_pad="10"
}
{ plot_x_axis_top	text="Left"		text_size="8"	text_color="0x000000"
				x_justify="0.0"		y_justify="0.0"
}
{ plot_x_axis_top	text="Right"		text_size="8"	text_color="rgb(0,0,255)"
				x_justify="1.0"		y_justify="1.0"
}

{ plot_x_axis
			text_size="10"
			gap="10.1"			size="5"	antialias="0"
			x_justify="0"
			y_pad="4"
}
{ plot_x_axis	text="Graph Title"	text_size="12"	text_color="0xffffff"
			x_justify="0.5"		y_justify="0.5"
			y_pad="5"
}
{ plot_x_axis	text="Left"		text_size="8"	text_color="0xff0000"
			x_justify="0.0"		y_justify="0.0"
}
{ plot_x_axis	text="Right"		text_size="8"	text_color="0xff0000"
			x_justify="1.0"		y_justify="1.0"
}



{ plot_y_axis
			text_size="10"
			label_format="r128c1"
			gap="10"			size="5"
			y_justify="0"
			x_pad="5"
			antialias="0"
}
{ plot_y_axis	text="Graph Title"	text_size="20"	text_color="0x000000"
			x_justify="0.5"		y_justify="0.5"
}
{ plot_y_axis	text="Left"		text_size="8"	text_color="0xffff00"
			x_justify="0.0"		y_justify="1.0"
}
{ plot_y_axis	text="Right"		text_size="8"	text_color="0xffff00"
			x_justify="1.0"		y_justify="0.0"
}



{ plot_y_axis_right
			data="r103c1:r123c1"
			text_size="10"
			label_format="r128c1"
			gap="10"			size="5"
			x_pad="5"
			antialias="0"
}
{ plot_y_axis_right	text="Graph Title"	text_size="32"	text_color="0x000000"
				x_justify="0.5"		y_justify="0.5"
}
{ plot_y_axis_right	text="Left"		text_size="8"	text_color="0xffff00"
				x_justify="0.0"		y_justify="1.0"
}
{ plot_y_axis_right	text="Right"		text_size="8"	text_color="0xffff00"
				x_justify="1.0"		y_justify="0.0"
}






{ plot_box	line_color="0x0000ff"	line_size="1"
			fill_color="0xffaa00"
			data="r130c1:r131c1"
			antialias="0"
}

{ plot_ellipse	line_color="0x0000ff"	fill_color="0xffff00"
			data="r132c1:r133c1"
}


{ plot_line	arrowhead="5.0"
			line_color="0x0000ff"	line_size="1"
			fill_color="0"
			data="r70c2:r93c2"
			text_size="10"		text_color="0x000088"
			x_pad="4"		y_pad="2"
}

{ plot_line	arrowhead="10.0"		line_size="2"
			fill_color="0"
			data="r100c2:r126c2"
			text_size="10"
			x_pad="2"
}

